home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 October / PCWorld_2000-10_cd1.bin / Software / Vyzkuste / tiptrik / tiptrik.exe / soubory pro pcw 10 - Windows rychl  jako nikdy / 4DOS / JP4DOSSC.INF < prev    next >
Windows Setup INFormation  |  1999-04-16  |  4KB  |  104 lines

  1. ; JP4DOSSC.INF
  2. ; 29-Mar-99
  3. ; ------------------------------------------------------------------------
  4. ;
  5. ; Creates the JP Software program group under Windows 95 / 98, and
  6. ; adds 4DOS to it.  The specific steps are:
  7. ;
  8. ; 1.  Create a new "JP Software" group under Programs in the Start menu,
  9. ;     if the group does not already exist.
  10. ;
  11. ; 2.  Add 4DOS and the 4DOS help to the JP Software group, and also create
  12. ;     a desktop shortcut for 4DOS.COM named "4DOS Prompt".
  13. ;
  14. ; 3.  Includes the above items among the features that can be
  15. ;     "uninstalled" via the Windows Control Panel (as "JP Software
  16. ;     4DOS shortcuts").
  17. ;
  18. ; ------------------------------------------------------------------------
  19. ;
  20. ; Normally this JP4DOSSC.INF file is installed automatically during the
  21. ; 4DOS installation process.
  22. ;
  23. ; When you install this file, it creates the appropriate Start menu
  24. ; entries and desktop shortcuts for 4DOS.
  25. ;
  26. ; If you uninstall using this file, the uninstall operation will remove
  27. ; the 4DOS shortcuts from the JP Software group on the Start menu, as
  28. ; well as the group itself (if empty).
  29. ;
  30. ; TO INSTALL MANUALLY:  Right-click on the JP4DOSSC.INF file from a
  31. ; Windows 95/98 Explorer window, and select the "Install" option on the
  32. ; popup menu.
  33. ;
  34. ; TO REMOVE:  Use the Control Panel's "Install/Remove Programs" menu and
  35. ; select the "JP Software 4DOS shortcuts" entry.  This option removes
  36. ; the 4DOS shortcuts, and removes the JP Software group if it is empty
  37. ; once the 4DOS shortcuts are removed.  However, it does not remove the
  38. ; files or otherwise uninstall the products themselves.
  39. ;
  40. ; NOTE:  The group and shortcuts created by this file can always be
  41. ; edited, copied, moved, or deleted "manually" using standard Windows
  42. ; procedures, but if you change the name or location of a shortcut or
  43. ; group, the "Uninstall" function will not be able to remove that
  44. ; shorcut or group.
  45. ;
  46. ; ------------------------------------------------------------------------
  47. ;
  48. [Strings]
  49. REMOVE_DESC = "JP Software 4DOS shortcuts (remove only)"
  50. PRODUCT = "4DOSSC"
  51. GROUP_NAME = "JP Software"
  52. RUN_STRING1 ="4DOS.COM"
  53. RUN_ICON1 = "4DOS.ICO"
  54. LONG_NAME1 = "4DOS Prompt"
  55. HELP_STRING1 = "4HELP.EXE"
  56. HELP_NAME1 = "4DOS Help"
  57.  
  58. [CopyFiles.Inf]
  59. JP4DOSSC.INF
  60.  
  61. [SourceDisksFiles]
  62. JP4DOSSC.INF = 55
  63.  
  64. [SourceDisksNames]
  65. 55 = "","",1
  66.  
  67. [DestinationDirs]
  68. CopyFiles.Inf = 17
  69.  
  70. [version]
  71. Signature = "$CHICAGO$"
  72. Provider = "JP Software, Inc."
  73.  
  74. [DefaultInstall]
  75. CopyFiles = CopyFiles.Inf
  76. UpdateInis= LinksInstall.Inf
  77. AddReg =  Uninstall.Add
  78.  
  79. [DefaultUninstall]
  80. DelFiles = CopyFiles.Inf
  81. UpdateInis= LinksUninstall.Inf
  82. DelReg =  Uninstall.Add
  83.  
  84. [LinksInstall.Inf]
  85. setup.ini, progman.groups,, "group=""%GROUP_NAME%"""
  86. setup.ini, progman.groups,, "desktop=""..\..\Desktop"""
  87. setup.ini, group,, """%LONG_NAME1%"", ""%01%\%RUN_STRING1%"",""%01%\%RUN_ICON1%"",,,"%01%""
  88. setup.ini, desktop,, """%LONG_NAME1%"", ""%01%\%RUN_STRING1%"",""%01%\%RUN_ICON1%"",,,"%01%""
  89. setup.ini, group,, """%HELP_NAME1%"", ""%01%\%HELP_STRING1%"","%10%\winhlp32.exe",2,,,"%01%""
  90.  
  91. [LinksUninstall.Inf]
  92. setup.ini, progman.groups,, "group=""%GROUP_NAME%"""
  93. setup.ini, progman.groups,, "desktop=""..\..\Desktop"""
  94. setup.ini, group,, """%LONG_NAME1%"""
  95. setup.ini, desktop,, """%LONG_NAME1%"""
  96. setup.ini, group,, """%HELP_NAME1%"""
  97.  
  98. [Uninstall.Add]
  99. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\JP%PRODUCT%
  100. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\JP%PRODUCT%,DisplayName,,"%REMOVE_DESC%"
  101. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\JP%PRODUCT%,UninstallString,,"%10%\RunDll.exe setupx.dll,InstallHinfSection DefaultUninstall 4 %17%\JP4DOSSC.INF"
  102.  
  103. [eof]
  104.